/*屏幕宽度为414px至767px*/
body {
	overflow-x: hidden;
}

@media screen and (min-width:414px) and (max-width:767px) {

	.col-mm-1,
	.col-mm-2,
	.col-mm-3,
	.col-mm-4,
	.col-mm-5,
	.col-mm-6,
	.col-mm-7,
	.col-mm-8,
	.col-mm-9,
	.col-mm-10,
	.col-mm-11,
	.col-mm-12 {
		float: left;
	}

	.col-mm-12 {
		width: 100%;
	}

	.col-mm-11 {
		width: 91.66666667%;
	}

	.col-mm-10 {
		width: 83.33333333%;
	}

	.col-mm-9 {
		width: 75%;
	}

	.col-mm-8 {
		width: 66.66666667%;
	}

	.col-mm-7 {
		width: 58.33333333%;
	}

	.col-mm-6 {
		width: 50%;
	}

	.col-mm-5 {
		width: 41.66666667%;
	}

	.col-mm-4 {
		width: 33.33333333%;
	}

	.col-mm-3 {
		width: 25%;
	}

	.col-mm-2 {
		width: 16.66666667%;
	}

	.col-mm-1 {
		width: 8.33333333%;
	}


}

.bgcolor {
	background-color: rgb(245, 245, 245);
}

.padding60 {
	padding: 60px 0;
}

@media screen and (max-width: 999px) {
	.padding60 {
		padding: 40px 0;
	}
}

.wp {
	width: 1200px;
	margin: auto;
}


@media screen and (min-width: 1220px) {
	.wp {
		width: 1200px;
		margin: auto;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
	.wp {
		width: 980px;
		margin: auto;
	}
}

@media screen and (max-width: 999px) {
	.wp {
		width: 95%;
		margin: auto;
	}
}

.no_margin {
	margin-left: auto\0 !important;
}

@media screen and (min-width: 1220px) {
	.no_margin {
		margin-left: auto !important;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
	.no_margin {
		margin-left: auto !important;
	}
}




/*屏幕宽度为480px以下，手机版*/
@media screen and (max-width: 480px) {}

/*屏幕宽度为768px以下，手机版*/
@media screen and (max-width: 767px) {

	.tel {
		display: none;
	}



}

/*屏幕宽度为992px以下*/
@media screen and (max-width:992px) {
	.logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}

}


/*屏幕宽度为768px以上*/
@media screen and (min-width: 768px) {}

/*屏幕宽度为992px以上*/
@media screen and (min-width:992px) {
	.top-right .nav-cont {
		display: block !important;
	}

	.top-right .language-cont {
		justify-content: flex-end !important;
	}

	.nav-list {
		display: none !important;

	}

}

/*屏幕宽度为1200px以上*/
@media screen and (min-width:1200px) {}

/* 清除浮动 */
.clear {
	clear: both;
}

/* 左浮动 */
.l {
	float: left;
}

/* 右浮动 */
.r {
	float: right;
}



/* 公共顶部 */
.top-box {
	width: 100%;
	height: auto;
	padding: 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
}

.mar-nav-top {
	margin-top: 70px;
}

.logo * {
	padding-bottom: 4px;
	margin: 0px;
	border: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.logo a img {
	max-width: 100%;
	height: auto
}

.row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}


.top-right-cont {
	height: 100%;
	width: 100%;

}

.top-right {
	width: 100%;
	height: 100%;
	/* margin-left: 20px; */
	display: flex;
	align-items: center;
}

.top-right .language-cont {
	width: 100%;
	display: flex;
	justify-content: center;
}

.top-right .glyphicon-download {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	margin-left: 5px;
}

.top-right .language {

	position: relative;
	overflow: visible;
	float: right;
	width: 130px;
	height: 33px;
	line-height: 33px;
	border-radius: 16px;
	background: #f3f3f3;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-cont {
	width: 100%;
	display: none;
}

.top-right .nav-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;


}

.nav-box .nav-item {
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	/* border-bottom: 2px solid transparent; */
	/* color: #fff; */

}

/* 搜索框 */
.search-box {
	padding: 0 10px;
	width: auto;
	height: auto;
	border: 1px solid #333;
	position: absolute;
	bottom: -15px;
	right: -5px;
	z-index: 2;
	background-color: #fff;
	display: none;

}

#search-nav-box {
	cursor: pointer;
}

.search-box input {
	width: 200px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	background-color: transparent !important;
	transition: background-color 5000s ease-in-out 0s !important;
}



.top-right .nav-box .nav-item .yiji {
	position: absolute;
	z-index: 9999;
	width: 210px;
	background: #fff;
	/* background: rgba(60, 60, 60, 0.95); */
	left: 8px;
	top: 30px;
	margin-left: -81px;
	display: none;
	color: #fff;
}

/* .nav-item:hover .yiji {
	display: block !important;
}

.yiji:hover {
	display: block !important;
} */

.yiji .yiji-item {
	width: 100%;
	padding: 8px 15px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.yiji .yiji-item>span {
	display: none;
}

.yiji .yiji-item:hover {
	background-color: #fff;
	color: #23447a;
	font-weight: 700;
}

.yiji .yiji-item:hover span {
	display: block;
}

.yiji .yiji-item:hover div {
	display: none;
}


.nav-box .nav-active {
	/* border-bottom: 2px solid #23447a; */
	color: #32A4F6;
	font-weight: 700;
}

.nav-box .nav-item:hover {
	/* border-bottom: 2px solid #000; */
	color: #000;
}


/* 手机端nav */

.nav-list {
	font-size: 20px;
	color: #23447a;
	position: fixed;
	right: 10px;
	top: 10px;
	transition: all 0.4s ease 0s;
	z-index: 99999999999;
}

.nav-list-active {
	transform: rotate(90deg);
}


.phone-navlist {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999998;
	display: none;
}

.phone-navlist .navcontainer {
	width: 300px;
	height: 100%;


	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: none;


}


.phone-navlist .navcontainer .nav {
	width: 300px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: block;
	overflow: scroll
}

.navcontainer .nav>ul {

	margin-top: 0px;
	height: 100%;
	margin-bottom: 0px;
	overflow: scroll;
	padding-top: 45px;

	box-sizing: border-box;
}

.navcontainer .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px;
	box-sizing: border-box;
}

.navcontainer .nav form input {
	flex: 1;
}

.navcontainer .nav>ul>li {
	line-height: 40px;
	font-size: 12px;
	text-indent: 20px;
	position: relative;
}

.navcontainer .nav>ul>li>a {
	color: #000;
	font-size: 12px;
	display: block;
	margin-right: 40px;
}

.navcontainer .nav>ul>li .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background-color: #fff;
	color: #000;
	background: url('../image/icon/shizi.png') no-repeat center center;
}

.navcontainer .nav>ul>li .c-show {
	display: none;
	width: 100%;
}

.navcontainer .nav>ul>li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}

.navcontainer .nav>ul>li .c-show1 .c-s1>a {
	position: relative;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	margin-right: 40px;
}

/*************  底部  ************/
.bottom-box {
	background-image: linear-gradient(to right, #32ACF7, #2F57ED);
	padding: 40px 0;
	color: #fff;
	border-bottom: 1px solid #fff;

}

.bottom-box .bottom-cont {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bottom-cont .icontext {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top: 16px;
}

.bottom-cont .icontext p {
	margin-left: 6px;
}

.link-box {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.link-box p {
	margin-right: 20px;
}


.ercode {
	width: 100px;
	height: 100px;
}




/* 最底部 */

.best-bottom {
	background-image: linear-gradient(to right, #32ACF7, #2F57ED);
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
	color: #fff;
}


.best-bottom a:hover {
	color: #23447a;
}

@media screen and (max-width:1219px) {
	.bitem-one {
		width: 200px;
	}

	.bitem-two {
		width: 380px;
	}

	.bitem-three {
		width: 400px;
	}
}

@media screen and (max-width:999px) {
	.bitem-one {
		width: 50%;
		margin-bottom: 20px;
	}

	.bitem-two {
		width: 50%;
		margin-bottom: 20px;
	}

	.bitem-three {
		width: 400px;
		float: none;
	}
}


@media screen and (max-width: 767px) {

	.bitem-one,
	.bitem-two {
		display: none;
	}

	.bitem-three {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}

	.bitem-three>a,
	.bitem-three>span,
	.bitem-three>form {
		display: none !important;
	}



	.link,
	.f-keys {
		display: none;
	}

	.best-bottom {
		padding-bottom: 80px;
	}
}




/* 首页视频 */
.video-cont {
	width: 100%;
	height: 780px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-cont video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-cont .viewotext {
	position: absolute;
	color: #fff;
	text-align: center;
}

.video-cont .vbtext {
	color: #fff;
	font-size: 54px;
	font-family: 'YouSheBiaoTiHei';

}

.video-cont .vstext {
	font-size: 20px;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 29px;
	margin-top: 14px;
}

@media screen and (max-width: 768px) {
	.video-cont {
		height: 640px;
	}
}

/* 图片导航 */

.imgnavlist {
	width: 100%;

}

.imgnav_text {
	width: 100%;
	text-align: center;
	text-align: center;
	font-size: 20px;
	color: #5F6464;
	line-height: 48px;
}

.imgnav-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
}

.imgnav-box .imgnav-item {
	width: 32%;
	height: 250px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.imgnav-box .imgnav-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.imgnav-box .imgnav-item img {
	width: 100%;
	height: 100%;
}

.imgnav-box .imgnav-item:hover>img {
	transform: scale(1.1);
	transition: 1s;
}

.imgnav-box .imgnav-item:hover .initem-tetx {
	border-bottom: 1px solid #fff;
}

.imgnav-box .imgnav-item:hover .initem-bg {
	opacity: 1;
	transition: 1s;
}

.imgnav-box .initem-tetx {
	position: absolute;
	z-index: 3;
	padding-bottom: 10px;
}

.initem-bg {
	background-color: rgba(249, 108, 80, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;

}

/* 解决方案 */
.index_case {
	width: 100%;
	background-image: url(../../../gdtentong/static/image/t3-bg.jpg);
	background-size: 100%;
}

.index_case .case-btext {
	font-size: 28px;
	font-weight: 700;
	color: #051c35;
	line-height: 60px;
}

.index_case .case-list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
	padding: 0 20px;
}

.index_case .case-list .case-item {
	width: 32%;
	height: auto;
	background-color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.index_case .case-list {
		padding: 0 0;
	}

	.index_case .case-list .case-item {
		width: 100%;
	}
}

.index_case .case-list .case-item .cimg-box {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.index_case .case-list .case-item .cimg-box img {
	width: 100%;
	height: 100%;
}

.index_case .case-list .case-item .cimg-box:hover>img {
	transform: scale(1.1);
	transition: 1s;
}

.index_case .case-list .case-item .cinfo-box {
	width: 100%;
	padding: 10px;

}


/* chenguo */
.index-cg {
	width: 100%;
	background: url(../image/cg_bg.png) no-repeat;
	background-size: contain;
	background-position-x: right;
	padding: 100px 0;
}

.index-cg .cg-title {
	font-size: 30px;
}

.index-cg .cg-title .textbg {
	width: 280px;
	background-color: #FDBD9C;
	height: 8px;
	position: absolute;
	left: 58px;
	bottom: 5px;
	z-index: -1;
}

.index-cg .cg-cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.index-cg .cg-cont .cg-item {
	width: 25%;
}

.cg-itemtitle {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 44px;
	border-bottom: 1px solid #030303;
}

.cg-info {
	padding-top: 10px;
}

@media screen and (max-width: 768px) {
	.index-cg .cg-cont .cg-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* 首页资源中心 */
.index_news {
	width: 100%;
}

.index_news .news-title {
	text-align: center;
}

.index_news .stitle-cont {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.index_news .stitle-cont p {
	margin: 0 10px;
	font-size: 20px;
}

.index_news .news_cont {
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index_news .newscont-item {
	width: 48%;

}

@media screen and (max-width: 768px) {


	.index_news .newscont-item {
		width: 100%;
	}
}

.index_news .news-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 20px;
}

.index_news .news-item .date {
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	margin-right: 14px;

}

.index_news .news-item .date .date1 {
	display: block;
	font-weight: bold;
	color: #002F82;
	text-align: center;
	font-size: 30px;
}

.index_news .news-item .news-info {
	flex: 1;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.index_news .news-item .news-info .ntitle {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 18px;
}

.index_news .news-item .news-info .nstinfo {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_news .news-img {
	width: 100%;
	height: 350px;
	margin-bottom: 12px;
}

.more-but {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more-but .morebut {
	padding: 8px 40px;
	border: 1px solid #ddd;
	margin-top: 40px;
}

/* 大图片 */
.bigimg-container {
	width: 100%;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: #fff;

}

@media screen and (max-width: 768px) {
	.bigimg-container {
		height: 350px;
		align-items: center;

	}

	.bigimg-container .wp {
		text-align: center;
	}
}

.bigimg-container .bimg-btext {
	font-size: 44px;
}

.bigimg-container .bimg-stext {
	font-size: 16px;
}

/* 小导航 */
.small-nav {
	width: 100%;


	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;

}

.snav-cont {
	width: 100%;
	display: flex;
	padding-left: 10px;
	align-items: center;
	border-left: 4px solid #02509A;
	justify-content: space-between;
}

.small-nav .snav-left {
	font-weight: 700;
	color: #02509A;
	font-size: 20px;
}

.small-nav .snav-right {
	display: flex;
	justify-content: flex-end;
}

.small-nav .snav-right a {
	margin: 0 5px;
}

.small-nav .snav-right a:hover {
	color: #02509A;
	border-bottom: 1px solid #02509A;
}

/* 新闻页面大图片 */
.newsbigimg {
	background: url(../../../gdtentong/static/image/news_header.jpg) no-repeat center center;
	background-size: cover;
}

/* 新闻列表 */
.news-container .news-cont {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-container .news-cont .left-ncate {
	width: 220px;
}

.news-container .news-cont .left-ncate .ncate-item {
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-container .news-cont .left-ncate .ncate-active {
	background-color: #02509A;
	color: #fff;
}

.news-container .news-cont .left-ncate .ncate-item:hover {
	background-color: #02509A;
	color: #fff;
}

.news-container .rnews-list {
	flex: 1;
	margin-left: 40px;
}

.news-container .rnews-list .rnews-item {
	background-color: #FFF;
	padding: 5px 20px;
	border-left: 2px solid #02509A;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

.news-container .rnews-list .rnews-item .ntitle {
	color: #02509A;
	font-size: 20px;
}

.news-container .rnews-list .rnews-item .ninfo {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}

@media screen and (max-width: 768px) {
	.news-container .news-cont .left-ncate {
		width: 100%;
	}

	.news-container .rnews-list {
		width: 100%;
		margin-left: unset;
	}
}

/* 新闻详情 */
.ndetail-cont {
	width: 100%;
}

.ndetail-cont .nd-title {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.ndetail-cont .nd-cont {
	padding: 20px;
	line-height: 32px;
	font-size: 16px;
}
.ndetail-cont .nd-cont img{
	width: 100%;
}
.fiexdbut-box {
	position: fixed;
	right:14%;
	bottom: 6%;
	z-index: 3;
}
 .fiexdbut-box .fiexd-but {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(233,85,6, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	position: relative;
	user-select: none;
	cursor: pointer;
	
}
 .fiexdbut-box .fiexd-but2 {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(180, 213, 233, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	user-select: none;
	cursor: pointer;
}
 .fiexdbut-box .fiexd-but .cnum {
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 0px;
	right: -7px;
	font-size: 12px;
	width: 20px;
	height: 20px;
	background: rgba(249, 83, 0, 0.8);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 产品中心 */
.product-cont {
	width: 100%;
	padding: 60px 0 60px 0;
}

.product-cont .pro-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.product-cont .procate-box {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.product-cont .procate-box .procate {
	padding-left: 20px;
	border-left: 1px solid #eee;
	margin-left: 20px;
	user-select: none;
	cursor: pointer;
}

.product-cont .pro-list {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
}

.product-cont .pro-item {
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	user-select: none;
	cursor: pointer;
}

.product-cont .pro-item:hover>.proitem-img {
	box-shadow: 0px 10px 10px rgba(207, 207, 207, 0.8);
}

.product-cont .pro-item .proitem-img {
	background-color: #F5F5F5;
	width: 100%;
	height: 320px;
	padding: 14px;
}

.product-cont .pro-item .proitem-img img {
	width: 100%;
	height: 100%;
}

.product-cont .pro-item .proitem-info {
	width: 100%;
	padding: 14px 0;

}

@media screen and (max-width: 768px) {
	.product-cont .pro-item {
		width: 100%;

	}
}
.addcartbut {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.addcartbut .addcart-but {
	padding: 4px 10px;
	border-radius: 25px;
	background: #e95506;
	color: #fff;
}

.addcart-box {
	display: none;
}
.addcart-popup {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	background: rgba(102, 102, 102, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.addcart-popup .addpopup-cont {
	 width: 350px;
	 height: auto;
	 background-color: #fff;
	 border-radius: 20px;
	 padding: 20px 14px;
	 position: relative;
}
.addcart-popup .addpopup-cont .goods-box {
	width: 100%;
	display: flex;
	justify-content: left;
}
.addpopup-cont .goods-box  img {
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
.addpopup-cont .goods-box .goods-info {
	flex: 1;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.adnum-box {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.adnum-box .num-but{
	width: 24px;
	height: 24px;
	background-color: #eeeeee;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}
.adnum-box .num-inp {
	border: 1px solid #ddd;
	text-align: center;
	width: 50px;
	border-radius: 2px;
	margin: 0 4px;
}
.addpopup-cont  .addbut-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.addpopup-cont  .addbut-box .addbut {
	width: 45%;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	border-radius: 25px;
	user-select: none;
	cursor: pointer;
}
.addpopup-cont  .addbut-box .addbut2 {
	width: 45%;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e95506;
	color: #fff;
	border-radius: 25px;
	user-select: none;
	cursor: pointer;
}


/* 产品详情 */
.prodet-detail {
	width: 100%;
	padding-bottom: 60px;
}

.prodet-detail .pd-title {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prodet-detail .pdt-right {
	display: flex;
	justify-content: flex-end;
}

.prodet-detail .pdt-right div {
	margin-left: 20px;
	user-select: none;
	cursor: pointer;
}

.prodet-detail .pdt-right .active {
	color: #2F59ED;
}

.prodet-detail .pd-cont {
	width: 100%;
}

.prodet-detail .pd-cont img {
	width: 100%;
}

/* 产品详情图片弹窗 */
#image-popup {
	display: none;
}

.image-popup {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	background: rgba(102, 102, 102, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-popup .imgpopup-cont {
	position: relative;
}

.imgp-close {
	position: absolute;
	right: 10px;
	top: 10px;
	user-select: none;
	cursor: pointer;
	width: 37px;
	height: 37px;
}

.image-popup .imgpopup-cont .pbimg {
	width: 400px;
	height: 400px;
	margin-bottom: 20px;
}

.image-popup .imgpopup-cont .psimg-cont {
	width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-popup .imgpopup-cont .ps-img {
	width: 32px;
	height: 32px;
	margin: 0 5px;
	user-select: none;
	cursor: pointer;
}



/* 关于我们大图片*/
.aboutbimg {
	background: url(../../../gdtentong/static/image/about_header.jpg) no-repeat center center;
	background-size: cover;
}

.about-nav {
	width: 100%;
	background: #FBFBFB;
	padding-top: 20px;
}

.about-nav .abnav-cont {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;

}

.about-nav .abnav-cont .abnav-item {
	margin-right: 80px;
	padding-bottom: 14px;
	font-size: 16px;
	user-select: none;
	cursor: pointer;
}

.about-nav .abnav-cont .active {
	border-bottom: 2px solid #02509A;
}

.jianjie-cont {
	width: 100%;
	position: relative;

}

/*  简介*/
.introduction {
	background: url(../../../gdtentong/static/image/gray_logo.png) no-repeat;
	background-size: contain;
	height: 800px;
	width: 707px;
	position: absolute;
	top: 91px;
	z-index: -1;

}

.jianjie-cont .jianjie-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 100px 0;
}

.jianjie-cont .jianjie-box .jianjie-title {
	font-size: 44px;
	font-weight: 700;
}

.jianjie-right {
	flex: 1;
	margin-left: 100px;
	line-height: 34px;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.jianjie-cont .jianjie-box {

		padding: 40px 0;
	}

	.jianjie-cont .jianjie-box .jianjie-title {
		font-size: 28px;
		font-weight: 700;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.jianjie-right {
		width: 100%;
		margin-left: unset;
		font-size: 14px;
	}
}

/*  */
.bimg-list {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	color: #fff;
}

.bimglist-title {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 0;
	color: #fff;
	z-index: 2;
	font-size: 16px;
}

.bimg-list .bimglist-item {
	width: 20%;
	height: 600px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.bimg-list .bimglist-item img {
	width: 100%;
	height: 100%;
}

.bimg-list .bimglist-item:hover .blitem-text {
	transform: translateY(-150px);
	transition: all 0.2s linear;
}

.blitem-text {
	position: absolute;
	width: 80%;
	bottom: -100px;
	color: #fff;
	left: 12%;

}

@media screen and (max-width: 1500px) {
	.blitem-text {
		bottom: -120px;

	}
}

@media screen and (max-width: 1260px) {
	.blitem-text {
		bottom: -140px;

	}
}

@media screen and (max-width: 1068px) {
	.blitem-text {
		bottom: -170px;

	}
}

@media screen and (max-width: 970px) {
	.blitem-text {
		bottom: -180px;

	}
}

@media screen and (max-width: 859px) {
	.bimg-list .bimglist-item {
		width: 100%;
	}

	.blitem-text {
		position: absolute;
		width: 80%;
		color: #fff;

		bottom: 50px;
		left: 12%;

	}

	.bimg-list .bimglist-item:hover .blitem-text {
		transform: unset;
		transition: unset;
	}
}




/* 发展历程 */
.fzlc-box {
	width: 100%;
	background: url(../../../gdtentong/static/image/about_background.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0 150px;
}

.fzlc-box .fzlc-title {
	font-size: 30px;
}

.fzlc-box .fzlc-title .textbg {
	width: 280px;
	background-color: #FDBD9C;
	height: 8px;
	position: absolute;
	left: 58px;
	bottom: 5px;
	z-index: -1;
}

.fzlc-box .fzlc-cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.fzlc-box .fzlc-cont .fzlc-item {
	width: 25%;
}

.fzlc-itemtitle {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 32px;
}

.fzlc-info {
	padding-top: 10px;
}

.fzlc-info .infolist {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
}

.fzlc-info .infolist .num {

	font-family: Bebas;
	color: #5F6464;
	width: 80px;
	font-weight: bold;
}
.fzlc-info .infolist .infotext{
	flex: 1;
}

@media screen and (max-width: 768px) {
	.fzlc-box .fzlc-cont .fzlc-item {
		width: 100%;
		margin-bottom: 20px;
	}
}

.textimg {
	width: 100%;

}
.textimg .textimgcont {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.textimg .textimgcont .left {
	width: 50%;
}
.textimg .textimgcont .right {
	width: 50%;
}
.textimg .textimgcont .right img {
	width: 100%;

}
@media screen and (max-width: 768px) {
	.textimg .textimgcont .left {
		width: 100%;
	}
	.textimg .textimgcont .right {
		width: 100%;
		margin-top: 20px;
	}
}


.add-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.add-box .add-item {
	width: 31%;
	padding: 30px;
	border-left: 2px solid #e95506;
	background-color: #f8f8f8;
	line-height: 28px;
}
.add-box .add-item:hover {
	background-color: #fff;
	box-shadow: 10px 0 10px 10px rgba(217, 217, 217, 0.2);
}
@media screen and (max-width: 768px) {
	.add-box .add-item {
		width: 100%;
		margin-bottom: 20px;
	}
}
/* 购物车列表 */
.cartlist-cont {
	width: 100%;
}
.cartlist-cont  .cart-box {
	width: 100%;
	display: flex;
	justify-items: left;
	align-items: center;
	flex-wrap: wrap;

}
.cart-box .cart-item {
	width: 23%;
	margin-right: 24px;
	padding: 20px 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px 10px rgba(217, 217, 217, 0.2);
	position: relative;
}
.cart-box .cart-item .check-box {
	width: 25px;
	height: 25px;
	background-color: #fff;
	position: absolute;
	top:10px;
	right:10px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
	
}
.cart-box .cart-item .check-box .nocheck {
	width: 25px;
	height: 25px;
	border: 1px solid #d0d0d0;
	border-radius: 50%;
	display: none;
	
}
.cart-box .cart-item .check-box .ischeck {
	width: 25px;
	height: 25px;
	display: block;
}
@media screen and (max-width: 768px) {
	.cart-box .cart-item {
		width: 100%;
		margin-bottom: 20px;
		margin-right: unset;
	}
}
.cart-box .cart-item  .ct-img {
	width: 200px;
	/*height: 200px;*/
}
.cart-box .cart-item .ct-info {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.cart-box .cart-item .ct-info .ct-title {
	font-size: 16px;
	margin-bottom:6px;
}
.subbut-cont {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subbut-cont .sub-but {
	padding: 10px 80px;
	background-color: #e95506;
	color: #fff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	font-size: 16px;
	user-select: none;
	cursor: pointer;
}


.subpopup-box {
	display: none;
}
.subpopup {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	background: rgba(102, 102, 102, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.subpopup .subpopup-cont {
	 width: 380px;
	 height: auto;
	 background-color: #fff;
	 border-radius: 20px;
	 padding:60px 20px 30px;
	 position: relative;
}
.subpopup .subpopup-cont .inp-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	color: #000;
	margin-bottom: 20px;
}
.subpopup .subpopup-cont .inp-box .ilabel {
	width: 85px;
	font-size: 16px;
}
.subpopup .subpopup-cont .inp-box input {
	flex: 1;
	padding: 7px;
	border: 1px solid #ddd;
	border-radius: 4px;
} 



/* 解决方案 */
/* 新闻页面大图片 */
.jjfabigimg {
	background: url(../../../gdtentong/static/image/news_header.jpg) no-repeat center center;
	background-size: cover;
}

.jjfa-container .jjfa-cont {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jjfa-container .jjfa-cont .left-ncate {
	width: 220px;
}

.jjfa-container .jjfa-cont .left-ncate .ncate-item {
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jjfa-container .jjfa-cont .left-ncate .ncate-active {
	background-color: #FF983F;
	color: #fff;
}

.jjfa-container .jjfa-cont .left-ncate .ncate-item:hover {
	background-color: #FF983F;
	color: #fff;
}

.jjfa-container .rjjfa-list {
	flex: 1;
	margin-left: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.jjfa-container .rjjfa-list .rjjfa-item {
	width: 48%;
	background-color: #FFF;
	/* border-top: 4px solid #FF983F; */
	font-size: 14px;
	margin-bottom: 40px;
}

.jjfa-container .rjjfa-list .rjjfa-item img {
	width: 100%;
	height: 250px;
}

.jjfa-container .rjjfa-list .rjjfa-item .ninfo {
	width: 100%;
	padding: 20px;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;
	box-shadow: 0 10px 10px 10px rgba(217, 217, 217, 0.2);

}

@media screen and (max-width: 768px) {
	.jjfa-container .jjfa-cont .left-ncate {
		width: 100%;
	}

	.jjfa-container .rjjfa-list {
		width: 100%;
		margin-left: unset;
	}
	
	.jjfa-container .rjjfa-list .rjjfa-item {
		width: 100%;
	}
}